Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

configure: add --without-mdb flag #25707

Closed
wants to merge 2 commits into from

Conversation

misterdjules
Copy link

Fixes build issues on Solaris based platforms where libproc.h is not
available or not compatible with the one shipped by SmartOS.

Fixes #6439.

This is just a PR that fixes the commit message from #9349. It's otherwise strictly identical.

Add a configuration flag that prevents mdb_v8.so from being built.
The default behavior is still the same and mdb_v8.so is built by default
on Solaris based platforms such as SmartOS.

Using --without-mdb fixes build issues on Solaris based platforms where
libproc.h is not available or not compatible with the one shipped by
SmartOS.

Fixes nodejs#6439.
@misterdjules
Copy link
Author

This was already reviewed at #9349, landing in v0.12 now.

misterdjules pushed a commit that referenced this pull request Jul 17, 2015
Add a configuration flag that prevents mdb_v8.so from being built.
The default behavior is still the same and mdb_v8.so is built by default
on Solaris based platforms such as SmartOS.

Using --without-mdb fixes build issues on Solaris based platforms where
libproc.h is not available or not compatible with the one shipped by
SmartOS.

Fixes #6439.

Reviewed-By: Julien Gilli <[email protected]>
PR-URL: #25707
misterdjules pushed a commit that referenced this pull request Jul 17, 2015
@misterdjules
Copy link
Author

Landed in 8b81f98, thank you @cgalibern 👍

jBarz pushed a commit to ibmruntimes/node that referenced this pull request Nov 4, 2016
Add a configuration flag that prevents mdb_v8.so from being built.
The default behavior is still the same and mdb_v8.so is built by default
on Solaris based platforms such as SmartOS.

Using --without-mdb fixes build issues on Solaris based platforms where
libproc.h is not available or not compatible with the one shipped by
SmartOS.

Fixes nodejs#6439.

Reviewed-By: Julien Gilli <[email protected]>
PR-URL: nodejs#25707
jBarz pushed a commit to ibmruntimes/node that referenced this pull request Nov 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants